var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
RunTimes 0.234s
on(){ $("#checkinfo").html("获取认证超时"); }, success: function(xml){ if($(xml).find("IsCheck").text()=="1"){$("#checkinfo").html("");}else{$("#checkinfo").html("");} if($(xml).find("WebUser").text()=="1"){$("#vip1").html("");} if($(xml).find("SuperWebUser").text()=="1"){$("#supervip").html("");} if($(xml).find("usertype").text()=="0"){ $("#sitemaster").html(""); } else{ $("#sitemaster").html(""); } } })


RunTimes 0.281s